﻿2026-09-10T10:21:48.2372193Z ##[group]Run set -euo pipefail
2026-09-10T10:21:48.2372502Z [36;1mset -euo pipefail[0m
2026-09-10T10:21:48.2372761Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-09-10T10:21:48.2373085Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-09-10T10:21:48.2373471Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-09-10T10:21:48.2373786Z [36;1mverdict=PASS[0m
2026-09-10T10:21:48.2374037Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then verdict=RED; fi[0m
2026-09-10T10:21:48.2374492Z [36;1mprintf 'FLOOR_END job=n1-gate runner=Linux free_bytes=%s floor_bytes=%s verdict=%s sample=INSTANT\n' \[0m
2026-09-10T10:21:48.2374930Z [36;1m  "$free_bytes" "$floor_bytes" "$verdict"[0m
2026-09-10T10:21:48.2375212Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-09-10T10:21:48.2375661Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-09-10T10:21:48.2376118Z [36;1m  exit 1[0m
2026-09-10T10:21:48.2376300Z [36;1mfi[0m
2026-09-10T10:21:48.2388814Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-10T10:21:48.2389209Z env:
2026-09-10T10:21:48.2389430Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-09-10T10:21:48.2389799Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34462915181-1-3fMQ97
2026-09-10T10:21:48.2390235Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34462915181-1-3fMQ97
2026-09-10T10:21:48.2390641Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34462915181-1-3fMQ97
2026-09-10T10:21:48.2391066Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34462915181-1-3fMQ97
2026-09-10T10:21:48.2391390Z ##[endgroup]
2026-09-10T10:21:48.2451545Z FLOOR_END job=n1-gate runner=Linux free_bytes=128053784576 floor_bytes=34359738368 verdict=PASS sample=INSTANT
